Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 51edee50b644ce2cb1ced729d0441c436aca9bf2


Parents : fcc8ae3
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-01-25T19:14:16+01:00

Added comment

Changes

1 files changed, 7 insertions(+), 0 deletions(-)

M Config.h +7

Diff

diff --git a/Config.h b/Config.h
index 21649b9..047879d 100644
--- a/Config.h
+++ b/Config.h
@@ -80,6 +80,13 @@
#elif MCU_VARIANT == MCU_ESP32
+ // Board models for ESP32 based builds are
+ // defined by the build target in the makefile.
+ // If you are not using make to compile this
+ // firmware, you can manually define model here.
+ //
+ // #define BOARD_MODEL BOARD_GENERIC_ESP32
+
#if BOARD_MODEL == BOARD_GENERIC_ESP32
const int pin_cs = 4;
const int pin_reset = 36;


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────